pascal void SetMovieDrawingCompleteProc(Movie theMovie, MovieDrawingCompleteProcPtr proc, long refCon)
theMovie The Movie to set the proc on.
proc Your call back procedure, or nil to remove it.
refCon Value to pass to your callback procedure.
typedef pascal OSErr (*MovieDrawingCompleteProcPtr)(Movie theMovie, long refCon);
Errors:
invalidMovie -2010 Your movie reference is bad.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help